projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266821b
)
* xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2014 16:10:50 +0000
(09:10 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2014 16:10:50 +0000
(09:10 -0700)
src/ChangeLog
patch
|
blob
|
history
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8e6e75e8b5304fde0cf3821bb5394d7f91489646..3c10f66aaac9660e08e1c926580aee4bf1837e18 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.
+
2014-08-16 Martin Rudalics <rudalics@gmx.at>
* w32term.c (w32_horizontal_scroll_bar_handle_click): In y part
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c46b4159de0e312fc39f9a05311dd0351e459cf6..7553881b1f6f14d8cd6afbb5e02bd0f69a94ef42 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-15830,7
+15830,7
@@
set_horizontal_scroll_bar (struct window *w)
set_buffer_internal (old_buffer);
}
else
- start = end = whole = 0;
+ start = end = whole =
portion =
0;
w->hscroll_whole = whole;